QueryCapture

A particular Node that has been captured with a particular name within a Query.

struct QueryCapture {}

Members

Variables

index
int index;

the index

name
string name;

The name of the capture.

node
Node node;

The Node that was captured.

Meta